home *** CD-ROM | disk | FTP | other *** search
- From: roemer@informatik.uni-frankfurt.de
- Posted-Date: Mon, 3 Jan 94 15:52:37 MEZ
- Received-Date: Mon, 3 Jan 94 15:52:38 +0100
- Message-Id: <9401031452.AA00643@hypnos.rbi.informatik.uni-frankfurt.de>
- Subject: Re: strange Fselect/Finstat behaviour...
- To: mint@atari.archive.umich.edu
- Date: Mon, 3 Jan 94 15:52:37 MEZ
- Mailer: Elm [revision: 70.85]
-
- Setting the terminal to raw mode like this:
-
- tty.sg_flags |= RAW;
- tty.sg_flags &= ~CBREAK;
-
- in bsd style or
-
- tio.cc_lflag &= ~(ISIG|ICANON);
-
- in termios style should solve the problem.
-
- (to thorsten: oops, sent my answer to you
- instead to mint@a.a, so you will get it
- twice :-)
-
- Cheers,
- Kay.
-